powered by
ida.data.frame
idaCreateView(x) idaDropView(v)
idaCreateView
idaDropView
bdf <- ida.data.frame('DB2INST1.SHOWCASE_SYSTEMS') #Create a view based on the IDA data frame vname <- idaCreateView(bdf) #Drop the view idaDropView(vname)
Run the code above in your browser using DataLab